Package | de.gecco |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gecco@1.0.5&canonical=https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/frailty-score |
Url | https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/frailty-score |
Version | 1.0 |
Status | active |
Date | 2020-10-29 |
Name | ClinicalFrailtyScaleScore |
Title | Clinical Frailty Scale Score |
Experimental | False |
Description | Clinical Frailty Scale score |
Copyright | This artefact includes content under copyright from Geriatric Medicine Research, Dalhousie University, Halifax, Canada. Implementers of these artefacts must complete a Permission for Use Agreement - for more information visit https://www.dal.ca/sites/gmr/our-tools/clinical-frailty-scale.html. |
Type | Observation |
Kind | resource |
No resources found
ValueSet | |
https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/frailty-score ![]() | Frailty Score |
{
"resourceType" : "StructureDefinition",
"id" : "gecco-observation-frailty-score",
"url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/frailty-score",
"version" : "1.0",
"name" : "ClinicalFrailtyScaleScore",
"title" : "Clinical Frailty Scale Score",
"status" : "active",
"date" : "2020-10-29",
"publisher" : "Charité",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.bihealth.org/en/research/core-facilities/interoperability/"
}
]
}
],
"description" : "Clinical Frailty Scale score",
"copyright" : "This artefact includes content under copyright from Geriatric Medicine Research, Dalhousie University, Halifax, Canada. Implementers of these artefacts must complete a Permission for Use Agreement - for more information visit https://www.dal.ca/sites/gmr/our-tools/clinical-frailty-scale.html.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "sct-concept",
"uri" : "http://snomed.info/conceptdomain",
"name" : "SNOMED CT Concept Domain Binding"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "sct-attr",
"uri" : "http://snomed.org/attributebinding",
"name" : "SNOMED CT Attribute Binding"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation.meta",
"path" : "Observation.meta"
},
{
"id" : "Observation.meta.profile",
"path" : "Observation.meta.profile",
"mustSupport" : true
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.category.coding",
"path" : "Observation.category.coding",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.category.coding:observation-category",
"path" : "Observation.category.coding",
"sliceName" : "observation-category",
"min" : 1,
"max" : "1",
"patternCoding" : {
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "survey"
},
"mustSupport" : true
},
{
"id" : "Observation.category.coding:observation-category.system",
"path" : "Observation.category.coding.system",
"min" : 1
},
{
"id" : "Observation.category.coding:observation-category.code",
"path" : "Observation.category.coding.code",
"min" : 1
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"mustSupport" : true
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.code.coding:snomed",
"path" : "Observation.code.coding",
"sliceName" : "snomed",
"min" : 1,
"max" : "1",
"patternCoding" : {
"system" : "http://snomed.info/sct",
"code" : "763264000"
},
"mustSupport" : true
},
{
"id" : "Observation.code.coding:snomed.system",
"path" : "Observation.code.coding.system",
"min" : 1
},
{
"id" : "Observation.code.coding:snomed.code",
"path" : "Observation.code.coding.code",
"min" : 1
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Group"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/frailty-score"
}
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"max" : "0"
},
{
"id" : "Observation.method",
"path" : "Observation.method",
"mustSupport" : true
},
{
"id" : "Observation.method.coding",
"path" : "Observation.method.coding",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"mustSupport" : true
},
{
"id" : "Observation.method.coding:snomed-scale",
"path" : "Observation.method.coding",
"sliceName" : "snomed-scale",
"definition" : "A reference to a code for the assessment scale that is used.",
"max" : "1",
"patternCoding" : {
"system" : "http://snomed.info/sct",
"code" : "445414007"
},
"mustSupport" : true
},
{
"id" : "Observation.method.coding:snomed-scale.system",
"path" : "Observation.method.coding.system",
"min" : 1
},
{
"id" : "Observation.method.coding:snomed-scale.code",
"path" : "Observation.method.coding.code",
"min" : 1
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.